@charset "utf-8";

/*********************首页**********************/


/*顶部*/

.top {
	width: 100%;
	height: 40px;
	background-color: #f4f4f4;
	border-bottom:#E2E2E2 1px solid;
}

.top_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.top_box div {
	line-height: 40px;
}

.top_box_lf {
	font-size: 14px;
	color: #999;
}

.top_box_rt>div {
	height: 100%;
	float: right;
	font-size: 14px;
	color: #999;
	margin-left: 15px;
}

.tel>span {
	color: #036EB8;
}
.ttel {
  width:368px;
  height:100%;
  background:url(images/tel2.png) no-repeat right center;
}

.focus a {
	display: block;
	height: 100%;
	float: right;
	margin-left: 10px;
	position: relative;
}

.focus a:hover .code_box {
	opacity: 1;
	transform: rotateX(0deg);
	visibility: visible;
}

.code_box {
	width: 94px;
	height: 94px;
	position: absolute;
	top: 100%;
	left: -33px;
	border: 1px solid #ddd;
	opacity: 0;
	visibility: hidden;
	transform: rotateX(90deg);
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
	z-index: 2;
}

.code_box img {
	width: 100%;
	height: 100%;
}


/*导航*/

.nav {
	width: 100%;
	height: 115px;
	background-color: #fff;
}

.nav_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.log {
    padding-top:23px
}
.search {
	height: 100%;
	position: relative;
}

.search_img {
	height: 100%;
	line-height: 60px;
}

.search_img img {
	cursor: pointer;
}

.search_box {
	width: 350px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 100%;
	right: 0;
	border: 1px solid #036EB8;
	border-radius: 3px;
	display: none;
	z-index: 2;
}

.search_box input {
	height: 40px;
	display: block;
	float: left;
	font-size: 14PX;
	box-sizing: border-box;
}

.search_box .s_content {
	width: 280px;
	background-color: #fff;
	padding-left: 10px;
}

.search_box .s_sub {
	width: 70px;
	background-color: #036EB8;
	color: #fff;
	cursor: pointer;
}

.nav_list {
	margin-right: 10px;
	margin-top: 7px;
}

.nav_list ul li {
	height: 48px;
	line-height: 48px;
	float: left;
	margin: 0 25px;
	font-size: 16px;
	position: relative;
}

.nav_list ul li:after {
	content: "";
	width: 0%;
	height: 2px;
	background-color: #036EB8;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.nav_list ul li:hover:after {
	width: 100%;
}

.nav_list ul li:hover a {
	color: #036EB8;
}

.nav_list ul .n_checked:after {
	width: 100%;
}

.nav_list ul .n_checked a {
	color: #036EB8;
}

.nav_list ul li a {
	color: #666;
}

#nav {
	width:100%;
	height:48px;
	padding:0;
	margin:0 auto;
	background:#036EB8;
	position:relative;
}
.navv {
	width:1200px;
	height:48px;
	padding:0;
	margin:0 auto;
	position:relative;
}
.navv ul li {
	width:171px;
	height:48px;
	line-height:48px;
	text-align:center;
	float:left;
	background:url(images/line.jpg) no-repeat right center;
	position:relative;
}
.navv ul li:last-child {
    background:none
}
.navv ul li>a:active, .navv ul li>a:link, .navv ul li>a:visited {
	display:block;
	width:171px;
	height:48px;
	font-size:16px;
	color:#FFF;
}
.navv ul li>a:hover {
	display:block;
	width:171px;
	height:48px;
	font-size:16px;
	color:#FFF;
	background:#23AC38;
}
.s_nav{
	width: 100%;
	position: absolute;
	top: 110%;
	left: 0;
	background-color: rgba(255,255,255,.9);
	box-sizing: border-box;
	z-index: 999;
	border-radius: 0 0 3px 3px;
	display: none;
	opacity: 0;
}
.s_nav a{
	display: block;
	font-size: 14px;
	text-align: center;
	height:38px;
	line-height:38px;
	border-bottom: 1px dotted rgba(255,255,255,.4);
	color: #666;
}
.s_nav a:last-child{
	border-bottom: none;
}
.s_nav a:hover{
	background-color:#23AC38;
	color: #fff;
}


/*banner图*/

.banner {
	width: 100%;
}

.banner_box {
	width: 100%;
	position: relative;
}

.banner_box>div {
	width: 100%;
}

.banner_list li {
	width: 100%;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner_list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner_box .hd {
	position: absolute;
	bottom: 15px;
	left: 0;
}

.banner_box .hd ul {
	text-align: center;
}

.banner_box .hd ul li {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin: 10px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}

.banner_box .hd ul .on {
	background-color: rgba(255, 255, 255, .6)
}

.banner_box .hd ul li i {
	display: block;
	width: 15px;
	height: 15px;
	margin: 6px;
	background-color: #036EB8;
	border-radius: 50%;
}


/*产品中心*/

.product,
.about_us,
.news {
	width: 100%;
	padding-top: 60px;
}

.column_box {
	width: 1200px;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
}

.column_tit {
	font-family: he;
	font-size: 30px;
	color: #036EB8;
}

.column_name {
	font-size: 18px;
	margin-top: 20px;
	color: #ddd;
}

.column_name span {
	color: #383838;
	margin: 0 35px;
}

.product_kind {
	width: 100%;
	height: 50px;
	position: relative;
	margin-top: 40px;
}

.product_kind:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
}

.product_kind_list {
	width: 595px;
	height: 100%;
	background-color: #fff;
	margin: 0 auto;
	padding: 0 30px;
}

.product_kind_list ul li {
	width:auto;
	height: 50px;
	background-color: #f6f6f6;
	font-size: 14px;
	color: #666;
	float: left;
	margin: 0 5px;
	padding:0 15px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

.product_kind_list ul .p_checked {
	background-color: #036EB8;
	color: #fff;
	border-bottom: 3px solid #23AC38;
}

.product_box {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.product_list {
	width: 100%;
	display: none;
	opacity: 0;
}

.product_list li {
	width: 25%;
	margin-bottom: 15px;
	float: left;
}

.product_list li a {
	display: block;
	width: 285px;
	height: 285px;
	margin: 0 auto;
	border: 1px solid #e4e4e4;
	background-color: #f6f6f6;
	box-sizing: border-box;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.product_list_content {
	width: 223px;
	height: 223px;
	margin: 31px;
	overflow: hidden;
	position: relative;
}

.product_list_img {
	width: 100%;
	height: 100%;
	text-align: center;
}

.product_list_img img {
	max-width: 100%;
	max-height: 100%;
}

.product_list_text {
	width: 100%;
	height: 100%;
	background-color: rgba(7, 61, 104, .9);
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0);
	color: #fff;
	font-size: 14px;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.product_list_text .h3 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-top: 64px;
	line-height: 26px;
	text-align: center;
}

.konw_more {
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
	margin-top: 25px;
	background-color: rgba(255, 255, 255, .15)
}


/*关于我们*/

.about_us {
	background-image: url(images/about_bg.jpg);
	background-attachment: fixed;
    background-position: center 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 590px;
    margin-top: 50px;
}

.column_box_w .column_tit {
	color: #fff;
}

.column_box_w .column_name span {
	color: #fff;
}

.about_profile {
	width: 890px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-top: 51px;
	text-align: center;
}

.about_list {
	width: 1200px;
	margin: 0 auto;
	margin-top: 62px;
	color: #fff;
}

.about_list ul li {
	width: 25%;
	height: 200px;
	float: left;
	text-align: center;
	overflow: hidden;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.about_box {
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.about_icon {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.about_name {
	box-sizing: border-box;
	padding: 0 15px;
	margin-top: 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.about_line {
	width: 30px;
	height: 2px;
	background-color: #23AC38;
	margin: 0 auto;
	margin-top: 20px;
}

.about_text {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	box-sizing: border-box;
	padding: 0 10px;
}


/*新闻动态*/

.news {
	width: 100%;
	padding-bottom: 70px;
}

.news_list {
	width: 1220px;
	margin: 0 auto;
	margin-top: 40px;
}

.news_list ul li {
	width: 25%;
	float: left;
}

.news_box {
	width: 285px;
	height: 358px;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.news_box:after {
	content: "";
	width: 0%;
	height: 1px;
	background-color: #036EB8;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.news_list ul .nmr {
	margin-right: 0;
}

.news_img {
	width: 100%;
	height: 180px;
	box-sizing: border-box;
	border-bottom: 2px solid #036EB8;
	overflow: hidden;
}

.news_img a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_img img {
	width: 100%;
	height: 100%;
}

.news_tit {
	width: 100%;
	font-size: 16px;
	color: #383838;
	line-height: 1;
	border-left: 5px solid #036EB8;
	box-sizing: border-box;
	padding-left: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}

.news_tit a {
	color: #383838;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.news_profile {
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin: 17px 0;
}

.news_more {
	width: 110px;
	height: 36px;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-align: center;
	line-height: 36px;
}

.news_more a {
	display: block;
	width: 100%;
	height: 100%;
	color: #999;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.secondary {
	width:890px;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0 auto 30px;
	position:relative;
}
.secondary a:active, .secondary a:link, .secondary a:visited {
	display:block;
	width:auto;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#282828;
	border-bottom:3px solid #FFF;
	float:left;
	margin:0 15px;
}
.secondary a:hover {
	display:block;
	width:auto;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#282828;
	border-bottom:3px solid #036EB8;
}
.secondary a.cure {
	border-bottom:3px solid #036EB8 !important;
}
/*底部*/

.foot {
	width: 100%;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/foot_bg.jpg);
}

.foot_box {
	width: 1200px;
	margin: 0 auto;
}

.foot_menu {
	width: 100%;
	border-bottom: 1px solid #153F60;
	padding-bottom: 15px;
}

.foot_tit {
	height: 51px;
}

.foot_tit_name {
	font-size: 16px;
	color: #fff;
	line-height: 1;
}

.foot_tit_line {
	width: 32px;
	height: 1px;
	background-color: #c5c5c5;
	margin-top: 10px;
}

.foot_content {
	font-size: 14px;
	color: #fff;
}

.foot_content a {
	color: #fff;
	margin-right: 28px;
}

.foot_left .foot_content,
.foot_center .foot_content {
	line-height: 32px;
}

.foot_center {
	margin-left: 125px;
}

.foot_center span {
	margin-right: 10px;
}

.foot_center em {
	font-style: normal;
}

.foot_right .foot_content {
	padding-right: 122px;
	position: relative;
}

.code_kind ul li {
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0);
}

.code_kind ul .c_checked {
	border: 1px solid rgba(255, 255, 255, 1);
}

.code_img {
	width: 94px;
	height: 94px;
	position: absolute;
	top: 0;
	right: 0;
}

.code_img ul li {
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
}

.copyright {
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 14px;
}

.copyright_center {
	margin-left: 175px;
}
.copyright a{
    color:#FFFFFF
}
.copyright a:hover{
    color:#FFFFFF;
	text-decoration:underline
}

/***********************公司动态***********************/

.top_img {
	width: 100%;
	height: 400px;
	background-position: center center;
	background-repeat: no-repeat;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.company_name_en {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #036EB8;
	font-family: he;
	line-height: 1;
	margin-top: 58px;
}

.company_name_cn {
	width: 100%;
	font-size: 18px;
	color: #383838;
	text-align: center;
	line-height: 1;
	margin-top: 14px;
}

.c_icon {
	width: 2px;
	height: 30px;
	background-color: #23AC38;
	margin: 0 auto;
	margin-top: 30px;
}

.company_profile {
	width: 100%;
	font-size: 14px;
	color: #666;
	text-align: left;
	line-height: 30px;
	margin-top: 28px;
}

.ryzs{
	width: 100%;
	height:auto;
	overflow:hidden;
	margin-bottom:30px;
	position:relative
}
.ryzs ul{
  list-style:none
}
.ryzs ul li{
  width:25%; height:auto; text-align:center; padding:15px 0; float:left;
}
.ryzs ul li img{
  width:92%; height:auto;
}

.about_us_list {
	width: 100%;
	margin-top: 63px;
	margin-bottom: 48px;
}

.about_us_list ul li {
	width: 50%;
	float: left;
	margin-bottom: 52px;
}

.about_us_box {
	width: 570px;
	height: 320px;
	position: relative;
}

.about_us_img {
	width: 100%;
	height: 100%;
}

.about_us_img img {
	width: 100%;
	height: 100%;
}

.about_us_content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: rotateX(-90deg);
	transform-origin: center center;
	background-color: rgba(7, 61, 104, .9);
	color: #fff;
	box-sizing: border-box;
	padding: 58px 30px;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.about_us_text {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 30px;
	overflow-y: auto;
	box-sizing: border-box;
	padding-right: 3%;
}

.about_us_text::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 100%;
}

.about_us_text::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 1px;
	background: #23AC38;
}

.about_us_text::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 1px;
	background: #fff;
}

.about_tips {
	width: 120px;
	height: 45px;
	background-color: #23AC38;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: -23px;
	left: 40px;
}

.about_tips span {
	border-left: 5px solid #fff;
	padding-left: 5px;
}


/*******************新闻列表**********************/

.news_profile_list {
	width: 100%;
}

.news_profile_list ul li {
	width: 100%;
	height: 200px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 59px 30px 0 30px;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
	margin-bottom: 20px;
}

.news_date {
	text-align: right;
	line-height: 1;
	padding-top: 11px;
}

.news_date_year {
	font-size: 14px;
	color: #999;
}

.news_date_day {
	font-size: 36px;
	color: #036EB8;
	margin-top: 15px;
}

.news_content {
	margin-left: 30px;
	width: 540px;
}

.news_content_tit {
	width: 100%;
	font-size: 18px;
	color: #383838;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.news_content_text {
	width: 100%;
	height: 48px;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	color: #999;
	margin-top: 19px;
}

.look_detail {
	width: 140px;
	height: 40px;
	background-color: #f7f7f7;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.look_detail a {
	display: block;
	width: 100%;
	height: 100%;
}

.look_detail span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.look_detail i {
	display: inline-block;
	width: 15px;
	height: 100%;
	vertical-align: middle;
	background-position: -15px center;
	background-repeat: no-repeat;
	background-image: url(images/arrow.png);
	margin-left: 10px;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.page {
	width: 100%;
	height: 36px;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 100px;
}

.page ul li {
	width: 36px;
	height: 100%;
	text-align: center;
	line-height: 36px;
	background-color: #fff;
	font-size: 16px;
	display: inline-block;
	margin: 0 8px;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.page ul .page_checked {
	background-color: #036EB8;
}

.page ul .page_checked a {
	color: #fff;
}

.page ul li:hover {
	background-color: #036EB8;
	color: #fff;
}

.page ul li:hover a {
	color: #fff;
}

.page ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}

.page ul .page_prev,
.page ul .page_next {
	width: 100px;
	margin: 0;
}


/********************新闻资讯详情**********************/

.news_detail_top {
	width: 100%;
	height: 100px;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 30px;
}

.NDT_box {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

.news_detail_tit {
	max-width: 600px;
	font-size: 20px;
	color: #383838;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_detail_date {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}

.NDT_rt {
	width: 140px;
	height: 40px;
	line-height: 40px;
	background-color: #036EB8;
	background-image: url(images/back.png);
	background-position: 30px center;
	background-repeat: no-repeat;
}

.NDT_rt a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	box-sizing: border-box;
	padding-left: 55px;
}

.news_detail_content {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff;
	font-size: 14px;
	color: #555;
	line-height: 30px;
}

.news_detail_content img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.news_detail_content p {
	text-indent: 2em;
}

.news_Flip {
	width: 1200px;
	height: 60px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 100px;
	line-height: 60px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 30px;
}

.news_Flip a:hover {
	color: #036EB8;
}


/*************************企业动态*************************/

.dyanmic_list {
	width: 100%;
	margin-top: 50px;
}

.dyanmic_list ul li {
	float: left;
	width: 33%;
	margin-bottom: 30px;
}

.dyanmic_box {
	width: 370px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
}

.center_li {
	width: 34%;
}

.dyanmic_img {
	width: 100%;
	height: 220px;
	position: relative;
	overflow: hidden;
}

.dyanmic_img a {
	display: block;
}

.dyanmic_img a>img {
	width: 100%;
	height: 100%;
}

.dyanmic_in {
	width: 100%;
	height: 100%;
	background-color: rgba(7, 61, 104, .9);
	box-sizing: border-box;
	padding: 10px;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.dyanmic_in_box {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, .15);
	padding-top: 90px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.dyanmic_profile {
	width: 100%;
	height: 95px;
	box-sizing: border-box;
	padding: 30px 20px 0 20px;
}

.dyanmic_profile_tit {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1;
	box-sizing: border-box;
	padding-left: 10px;
	border-left: 5px solid #23AC38;
}

.dyanmic_profile_text {
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	overflow: hidden;
	margin-top: 17px;
}

.dyanmic_profile_date {
	color: #999;
	margin-top: 15px;
	overflow: hidden;
}


/*******************联系我们*********************/

.cotact_address {
	width: 100%;
	margin-top: 60px;
}

.cotact_address ul li {
	width: 380px;
	height: 80px;
	background-color: #fff;
	float: left;
	margin-right: 30px;
}

.cotact_address ul .nmr {
	margin-right: 0;
}

.contact_img {
	line-height: 80px;
	margin-left: 30px;
	margin-right: 20px;
}

.contact_text {
	width: 263px;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-top: 21px;
}

.contact_map {
	width: 100%;
	height: 400px;
	margin-top: 40px;
}

.contact_map iframe {
	width: 100%;
	height: 100%;
}

.feedback {
	width: 100%;
	margin-top: 60px;
}

.feedback_tit {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #036EB8;
	font-family: he;
	line-height: 1;
}

.feedback_tit_cn {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: 7px;
}

.feedback_box {
	width: 100%;
	margin-top: 47px;
	margin-bottom: 100px;
}

.feedback_box ul li {
	width: 48.33%;
	min-height: 50px;
	line-height: 50px;
	margin-bottom: 40px;
}

.feedback_box ul li:last-child {
	width: 100%;
}

.fill_in {
	width: 580px;
	height: 50px;
	box-sizing: border-box;
	border: 1px;
	border: 1px solid #eee;
	background-color: #fff;
	background-position: 97% center;
	background-repeat: no-repeat;
}

.fill_in input {
	display: block;
	width: 90%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 14px;
}

.fill_in1 {
	background-image: url(images/contact_img4.png);
}

.fill_in2 {
	background-image: url(images/contact_img5.png);
}

.fill_in3 {
	background-image: url(images/contact_img6.png);
}

.fill_in4 {
	background-image: url(images/contact_img7.png);
}

.feedback_box ul li textarea {
	display: block;
	max-width: 100%;
	min-width: 100%;
	max-height: 208px;
	min-height: 208px;
	border-color: #eee;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	font-family: "微软雅黑";
}

.feedback_sub {
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #036EB8;
	margin: 0 auto;
	border-radius: 3px;
}

.feedback_sub input {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}


/*******************产品中心*******************/

.product_center {
	width: 100%;
	margin-top:20px;
	margin-bottom: 10px;
}

.product_lf {
	width: 220px;
}

.product_tit {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-image: url(images/product_tit.jpg);
	background-repeat: no-repeat;
	font-size: 16px;
}

.product_tit span {
	color: #fff;
	margin: 0 25px;
}

.product_tit i {
	color: #23AC38;
	font-style: normal;
	font-weight: bold;
}

.product_center_list {
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
}

.product_center_list ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	margin-bottom: 3px;
	background-color: #fff;
}

.product_center_list ul .pro_checked:after {
	width: 100%;
	border-left: 5px solid rgba(34, 172, 56, 1);
	opacity: 1;
}

.product_center_list ul .pro_checked a {
	color: #fff;
}

.product_center_list ul li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 0%;
	height: 100%;
	border-left: 5px solid rgba(34, 172, 56, 0);
	opacity: 0;
	box-sizing: border-box;
	background-color: #036EB8;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.product_center_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #036EB8;
	position: absolute;
	z-index: 1;
}

.product_right {
	width: 950px;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 180%;
	color: #555555;
	padding: 30px 30px 60px 30px;
}

.location {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ddd;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 20px;
}

.location span {
	display: inline-block;
	height: 100%;
	border-bottom: 2px solid #23AC38;
}

.location a {
	color: #999;
}

.location a:hover {
	color: #036EB8;
}

.location .loacl_in {
	color: #036EB8;
}

.product_right .product_list li {
	width: 33%;
	margin-bottom: 14px;
}

.product_right .product_list .center_li {
	width: 33%;
}

.product_right .product_list li a {
	width: 276px;
	height: 276px;
}

.product_right .product_list li .product_list_content {
	margin: 25px;
}

.product_right .page {
	margin-top: 30px;
	margin-bottom: 0;
	box-sizing: border-box;
	padding: 0 0.5%;
}

.product_right .page ul li {
	background-color: #f6f6f6;
}

.product_right .page ul li:hover {
	background-color: #036EB8;
	color: #fff;
}

.product_right .page ul .page_checked {
	background-color: #036EB8;
}


/****************产品详情********************/

.product_parameter {
	width: 100%;
	height: auto;
}

.product_parameter_img {
	width: auto;
	height: auto;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
    font-size: 16px;
	font-weight: bold;
	line-height:220%;
}

.product_parameter_img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
	border: 1px solid #ddd;
}

.product_parameter_text {
	max-width: 580px;
	margin-left: 30px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.product_parameter_tit {
	font-size: 18px;
	color: #036EB8;
	line-height: 1;
	margin-bottom: 20px;
}

.product_about {
	width: 100%;
	margin-top: 40px;
}

.product_about_kind {
	width: 100%;
	height: 45px;
	background-color: #f7f7f7;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding-left: 30px;
}

.product_about_kind ul li {
	width: 130px;
	height: 43px;
	line-height: 43px;
	float: left;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
	border-bottom: 2px solid #036EB8;
	margin-right: 2px;
	cursor: pointer;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.product_about_kind ul li:hover {
	background-color: #036EB8;
	color: #fff;
	border-color: #23AC38;
}

.product_about_kind ul .ak_checked {
	background-color: #036EB8;
	color: #fff;
	border-color: #23AC38;
}

.product_about_data {
	width: 100%;
	margin-top: 25px;
}

.about_data_box {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	display: none;
	opacity: 0;
}

.about_data_box img {
	max-width: 100%;
	border: 1px solid #eee;
	margin-bottom:15px;
}

.ADB_tips {
	margin-bottom: 10px;
}

.ADB_tips span {
	display: inline-block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #e6ebf0;
	border-left: 3px solid #036EB8;
	font-size: 16px;
	color: #036EB8;
}

.product_filp {
	width: 950px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #eee;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 12px 30px;
	font-size: 14px;
}

.product_filp a {
	display: block;
	line-height: 26px;
}

.product_filp span {
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	background-color: #036EB8;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	margin: 0 5px;
}

.product_filp i {
	font-style: normal;
	color: #999;
}


/******************************电脑端************************************/

@media screen and (min-width: 1200px) {
	.header,
	.mobile_banner,
	.top_img_mobile,
	.load_more {
		display: none
	}
	/*产品中心hover效果*/
	.product_list li:hover a {
		border-color: #036EB8;
	}
	.product_list li:hover .product_list_text {
		transform: scale(1);
	}
	/*公司简介hover效果**/
	.about_list ul li:hover {
		background-color: rgba(255, 255, 255, .2);
	}
	.about_list ul li:hover .about_box {
		margin-top: -120px;
	}
	.about_list ul li:hover .about_name {
		margin-top: 30px;
	}
	/*新闻资讯hover效果**/
	.news_list ul li:hover .news_box:after {
		width: 100%;
	}
	.news_list ul li:hover .news_tit a {
		color: #036EB8;
	}
	.news_list ul li:hover .news_more a {
		background-color: #036EB8;
		color: #fff;
	}
	/*产品中心hover效果**/
	.product_center_list ul li:hover:after {
		width: 100%;
		border-left: 5px solid rgba(34, 172, 56, 1);
		opacity: 1;
	}
	.product_center_list ul li:hover a {
		color: #fff;
	}
	/*查看新闻详情hover效果**/
	.news_profile_list ul li:hover {
		box-shadow: 0 0 10px #ddd;
	}
	.news_profile_list ul li:hover .news_content_tit a {
		color: #036EB8;
	}
	.news_profile_list ul li:hover .look_detail {
		background-color: #036EB8;
	}
	.news_profile_list ul li:hover .look_detail a {
		color: #fff;
	}
	.news_profile_list ul li:hover .look_detail i {
		background-position: 0 center;
	}
	/*企业动态hover效果**/
	.dyanmic_list ul li:hover .dyanmic_in {
		top: 0;
	}
	.dyanmic_list ul li:hover .dyanmic_profile_tit a {
		color: #036EB8;
	}
	/*关于我们hover效果**/
	.about_us_list ul li:hover .about_us_content {
		transform: rotateX(0deg);
		opacity: 1;
	}
}


/******************************移动端效果************************************/

@media screen and (max-width: 1199px) {
	.top,
	.nav,
	.banner,
	.top_img,
	.load_more {
		display: none;
	}
	#nav{
		display: none;
	}
	/*导航*/
	.header {
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		background-color: #fff;
		;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
		padding: 0 3%;
	}
	.header_box {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .logo {
		height: 70%;
	}
	.header .logo img {
		height: 100%;
	}
	.menu_button {
		width: 30px;
		height: 20px;
		position: relative;
		cursor: pointer;
	}
	.menu_button span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #036EB8;
		position: absolute;
		left: 0;
		-webkit-transition: 0.3s ease-out all;
		-moz-transition: 0.3s ease-out all;
		transition: 0.3s ease-out all;
		transform-origin: 50% 50%;
	}
	.menu_button span:first-child {
		top: 0;
	}
	.menu_button span:nth-child(2) {
		top: 10px;
	}
	.menu_button span:nth-child(3) {
		top: 10px;
	}
	.menu_button span:last-child {
		top: 20px;
	}
	.menu_checked span:first-child {
		opacity: 0;
	}
	.menu_checked span:nth-child(2) {
		transform: rotate(45deg);
	}
	.menu_checked span:nth-child(3) {
		transform: rotate(-45deg);
	}
	.menu_checked span:last-child {
		opacity: 0;
	}
	.menu_box {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: -1;
		display: none;
		opacity: 0;
	}
	.menu_box ul {
		width: 100%;
		margin-top: 60px;
		border-top: 1px solid rgba(7, 61, 104, .5);
		box-sizing: border-box;
		padding: 5% 5% 0 5%;
	}
	.menu_box ul li {
		width: 100%;
		line-height: 48px;
		text-align: center;
		border-bottom: 1px solid #ddd;
		font-size: 18px;
	}
	.menu_box ul li a {
		display: block;
		color: #036EB8;
	}
	/*轮播*/
	.mobile_banner {
		width: 100%;
		margin-top: 60px;
	}
	.mobile_banner a {
		display: block;
	}
	.mobile_banner a img {
		width: 100%;
	}
	/*产品中心*/
	.column_box {
		width: 100%;
	}
	.product_kind_list {
		width: 100%;
		padding: 0;
	}
	.product_kind_list ul li {
		width: 23%;
		margin: 0 1%;
		cursor: pointer;
	}
	.product_box {
		width: 100%;
		box-sizing: border-box;
		padding: 0 0.5%;
	}
	.product_box ul li {
		width: 33%;
		margin-bottom: 30px;
	}
	.product_list_text {
		display: none;
	}
	/*关于我们*/
	.about_us {
		background-size: cover;
		height:700px;
	}
	.about_list ul li {
		width: 21%;
		height: auto;
		margin: 0 2%;
	}
	.secondary {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0 auto 30px;
	position:relative;
}
.secondary a:active, .secondary a:link, .secondary a:visited {
	display:block;
	width:auto;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#282828;
	border-bottom:3px solid #FFF;
	float:left;
	margin:0 15px;
}
.secondary a:hover {
	display:block;
	width:auto;
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#282828;
	border-bottom:3px solid #036EB8;
}
.secondary a.cure {
	border-bottom:3px solid #036EB8 !important;
}

	.about_profile {
		width: 90%;
	}
	.about_list {
		width: 90%;
	}
	.about_name {
		line-height: 1.4;
	}
	.about_text {
		/*max-height: 72px;*/
		overflow: hidden;
	}
	/*新闻中心*/
	.news_list {
		width: 100%;
		box-sizing: border-box;
		padding: 0 15%;
	}
	.news_list ul li {
		width: 50%;
		margin-bottom: 30px;
	}
	/*底部*/
	.foot {
		background-size: cover;
	}
	.foot_box {
		width: 100%;
	}
	.foot_tit {
		height: 40px;
	}
	.foot_left {
		display: none;
	}
	.foot_center {
		margin-left: 5%;
	}
	.foot_right {
		display: none;
	}
	.copyright {
		box-sizing: border-box;
		padding: 0 5%;
	}
	.copyright_rt {
		display: none;
	}
	.copyright_center {
		float: right;
		margin-left: 0;
	}
	/******************关于我们**********************/
	.main {
		width: 100%;
	}
	.top_img_mobile {
		display: block;
		width: 100%;
		margin-top: 60px;
	}
	.top_img_mobile img {
		width: 100%;
	}
	.company_profile {
		box-sizing: border-box;
		padding: 0 10%;
	}
	.about_us_list ul li {
		width: 100%;
	}
	.about_us_list ul li .about_us_box {
		margin: 0 auto;
		float: none;
	}
	.about_us_content {
		transform: rotateX(0);
		opacity: 1;
	}
	.about_tips {
		left: 7%;
	}
	/********************新闻资讯*********************/
	.news_profile_list ul li {
		height: auto;
		margin: 0 auto;
		margin-bottom: 30px;
		box-sizing: border-box;
		padding: 20px 0;
	}
	.news_date {
		width: 12%;
	}
	.news_date_day {
		font-size: 22px;
	}
	.news_content {
		width: 70%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 3%;
	}
	.look_detail {
		width: 17%;
	}
	.look_detail i {
		margin-left: 5px;
	}
	.page {
		box-sizing: border-box;
		padding: 0 5%;
	}
	/*********************新闻详情*******************/
	.NDT_box {
		width: 90%;
	}
	.news_detail_content {
		width: 100%;
	}
	.news_Flip {
		width: 100%;
		padding: 0 5%;
	}
	.news_Flip div {
		width: 50%;
	}
	.news_Flip div a {
		display: inline-block;
		max-width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
	}
	.news_next {
		text-align: right;
	}
	/*******************产品中心*******************/
	.product_lf {
		width: 90%;
		float: none;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.product_tit {
		display: none;
	}
	.product_center_list {
		overflow: hidden;
	}
	.product_center_list ul li {
		width: 49%;
		margin-right: 1%;
		float: left;
		margin-bottom: 5px;
	}
	.product_center_list ul li:nth-child(2n) {
		margin-right: 0;
		margin-left: 1%;
	}
	.product_right {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.product_right .page {
		padding: 0 2%;
	}
	.main .product_right .product_list li {
		width: 50%;
	}
	/*******************产品中心详情*******************/
	.product_parameter_text {
		width: calc(100% - 306px);
	}
	.product_about_kind {
		padding: 0;
	}
	.product_filp {
		width: 90%;
		float: none;
		margin: 0 auto;
		margin-top: 30px;
		padding: 0;
	}
	.product_filp div {
		max-width: 45%;
		height: 100%;
	}
	.product_filp div a {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		padding-top: 4%;
	}
	.product_filp i,
	.product_filp span {
		float: left;
	}
	.product_filp i,
	.product_filp i {
		width: calc(100% - 90px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/**********************企业动态***********************/
	.dyanmic_list ul li {
		width: 50%;
	}
	/**********************联系我们*********************/
	.cotact_address ul li {
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.cotact_address ul li:last-child {
		border: none;
	}
	.feedback_box {
		width: 90%;
		margin: 40px 5% 100px 5%;
	}
	.feedback_box ul li {
		width: 100%;
	}
	.fill_in {
		width: 100%;
	}
}

@media screen and (min-width: 720px) and (max-width: 950px) {
	/*新闻中心*/
	.news_list {
		padding: 0 8%;
	}
}

@media screen and (min-width: 640px) and (max-width: 719px) {
	/*新闻中心*/
	.news_list {
		padding: 0;
	}
}

@media screen and (max-width: 639px) {
	/*新闻中心*/
	.news_list {
		padding: 0;
	}
	.news_list ul li {
		width: 100%;
	}
}

@media screen and (max-width: 940px) {
	/*产品中心*/
	.product_kind {
		height: auto;
		margin-bottom: 20px;
	}
	.product_kind ul li {
		width: 45%;
		margin: 10px 2.5%;
		box-sizing: border-box;
		padding: 0 2%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.product_box ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	.product_box ul li a {
		float: right;
		margin: 0 10px;
	}
	.product_box ul li:nth-child(2n) a {
		float: left;
	}
}

@media screen and (max-width: 850px) {
	/*产品中心详情*/
	.product_parameter {
		height: auto;
	}
	.product_parameter_text {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.product_about_kind {
		height: auto;
		box-sizing: border-box;
		padding: 2%;
	}
	.product_about_kind ul li {
		margin: 0 0.1%;
	}
	/*公司动态详情*/
	.dyanmic_list ul li {
		width: 100%;
	}
}

@media screen and (min-width: 550px) and (max-width: 849px) {
	/*产品中心详情*/
	.product_about_kind ul li {
		width: 33%;
	}
}

@media screen and (min-width: 375px) and (max-width: 549px) {
	/*产品中心详情*/
	.product_about_kind ul li {
		width: 48%;
		margin: 0 1%;
	}
}

@media screen and (max-width: 374px) {
	/*产品中心详情*/
	.product_about_kind ul li {
		width: 100%;
		margin: 0;
	}
}

@media screen and (min-width: 750px) {
	.about_mobile {
		display: none;
	}
}


/******************************手机端效果************************************/

@media screen and (max-width: 750px) {
	/*导航*/
	.menu_box ul li {
		font-size: 14px;
		line-height: 38px;
	}
	/*栏目标题*/
	.column_tit {
		font-size: 24px;
	}
	.column_name {
		font-size: 14px;
		margin-top: 10px;
	}
	/*产品中心*/
	.product {
		padding-top: 35px;
	}
	.product_kind {
		margin-top: 20px;
	}
	.product_kind_list ul li {
		font-size: 12px;
		height: 40px;
		line-height: 40px;
		margin: 5px 2.5%;
	}
	.product_box ul li {
		width: 50%;
	}
	/*关于我们*/
	.about_us {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.about_profile {
		font-size: 12px;
		margin-top: 30px;
	}
	.about_list {
		display: none;
	}
	.about_mobile {
		margin-top: 30px;
		color: #fff;
		text-align: center;
	}
	.about_mobile .about_box {
		width: 90%;
		margin: 0 5%;
	}
	.about_mobile .about_box .about_name {
		font-size: 14px;
	}
	.about_mobile .about_box .about_text {
		font-size: 12px;
		line-height: 1.6;
	}
	/*新闻中心*/
	.news {
		padding-bottom: 30px;
	}
	/*备案信息*/
	.copyright {
		height: auto;
		font-size: 12px;
		overflow: hidden;
	}
	/**********************关于我们*********************/
	.company_name_en {
		font-size: 24px;
		margin-top: 35px;
	}
	.company_name_cn {
		font-size: 14px;
	}
	.c_icon {
		margin-top: 15px;
	}
	.company_profile {
		font-size: 12px;
		line-height: 1.8;
		padding: 0 5%;
		margin-top: 20px;
	}
	.ryzs{
	width: 100%;
	height:auto;
	overflow:hidden;
	position:relative
}

.ryzs ul li{
  width:50%; height:auto; text-align:center; padding:15px 0; float:left;
}

	.about_us_list {
		margin-bottom: 0;
		margin-top: 30px;
	}
	
	.about_us_box {
		width: 80%;
		height: auto;
	}
	.about_us_content {
		padding: 36px 5%;
	}
	.about_us_text {
		overflow-y: auto;
	}
	/********************新闻资讯********************/
	.news_date {
		width: 17%;
	}
	.news_content {
		width: 83%;
	}
	.look_detail {
		display: none;
	}
	.page {
		
	}
	.page ul .page_prev,.page ul .page_next{
    display: none;
}
	.load_more {
		display: none;
		width: 90%;
		height: 36px;
		line-height: 36px;
		border-radius: 3px;
		background-color: #036EB8;
		font-size: 14px;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.load_more a {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
	}
	.load_more span {
		margin: 0 5%;
	}
	/*****************新闻资讯详情***************/
	.news_Flip {
		margin-bottom: 60px;
	}
	.news_detail_top {
		height: 70px;
		padding-top: 15px;
	}
	.NDT_lf {
		width: 100%;
	}
	.NDT_box {
		width: 94%;
	}
	.news_detail_tit {
		width: 100%;
		max-width: 100%;
		font-size: 16px;
	}
	.news_detail_date {
		width: 100%;
	}
	.NDT_rt {
		display: none;
	}
	.news_detail_content {
		padding: 20px 4%;
		font-size: 12px;
		line-height: 28px;
	}
	/********************产品中心******************/
	.product_center {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	.product_lf,
	.product_right {
		width: 96%;
	}
	.product_right {
		padding: 15px 4% 30px 4%;
	}
	.product_list {
		margin-bottom: 30px;
	}
	.product_center_list ul li {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		float: none;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.product_center_list ul li:nth-child(2n) {
		margin-left: 0;
	}
	.location {
		font-size: 12px;
		height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.main .product_right .product_list li {
		width: 50%;
	}
	.product_right .product_list li a {
		width: 231px;
		height: 231px;
	}
	.product_right .product_list li .product_list_content {
		margin: 4px;
	}
	/********************产品中心详情******************/
	.product_parameter_img {
		height: auto;
		margin:0 auto
	}
	.product_parameter_text {
		font-size: 12px;
		line-height: 26px;
	}
	.product_parameter_tit {
		font-size: 16px;
	}
	.about_data_box {
		font-size: 12px;
		line-height: 26px;
	}
	.ADB_tips span {
		font-size: 14px;
	}
	.product_filp {
		width: 96%;
		height: auto;
		overflow: hidden;
		font-size: 12px;
		padding: 10px 2%;
	}
	.product_filp div {
		float: none;
		width: 100%;
		max-width: 100%;
		height: 26px;
		line-height: 26px;
	}
	.product_filp .lf {
		margin-bottom: 10px;
	}
	.product_filp div a {
		padding: 0;
	}
	.product_filp .rt span,
	.product_filp .rt i {
		float: right;
	}
	/*******************联系我们******************/
	.cotact_address {
		margin-top: 30px;
	}
	.cotact_address ul li {
		height: 60px;
	}
	.contact_img {
		width: 5%;
		height: 100%;
		line-height: 60px;
	}
	.contact_img img {
		width: 100%;
	}
	.contact_text {
		width: calc(90% - 50px);
		margin-top: 11px;
	}
	.feedback_tit {
		font-size: 24px;
	}
	.feedback_tit_cn {
		font-size: 14px;
	}
	.feedback_box ul li {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 415px) and (max-width: 620px) {
	/*产品中心*/
	.product_list_content {
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.product_box ul li a {
		width: 190px;
		height: 190px;
		margin: 0 5%;
	}
	/*备案信息*/
	.copyright {
		padding: 10px 5%;
	}
	.copyright div {
		float: none;
		line-height: 1.6;
	}
	/***************关于我们******************/
	.about_us_box {
		width: 96%;
		height: auto;
	}
	.about_us_content {
		padding: 36px 5%;
	}
	.about_us_text {
		line-height: 30px;
	}
	/*****************新闻资讯*****************/
	.news_date_day {
		font-size: 20px;
	}
	.news_content_tit {
		font-size: 16px;
	}
	.news_content_text {
		font-size: 12px;
		margin-top: 12px;
	}
	/*****************新闻资讯详情***************/
	.news_Flip {
		height: auto;
		line-height: 32px;
		font-size: 12px;
		padding: 8px 5%;
	}
	.news_Flip div {
		width: 100%;
		float: none;
		text-align: left;
	}
	.news_Flip div a {
		width: 80%;
	}
	/*****************产品中心***************/
	.product_right .product_list li a {
		width: 180px;
		height: 180px;
	}
	.product_right .product_list li a {
		width: 170px;
		height: 170px;
	}
	.product_right .product_list li .product_list_content {
		margin: 0;
	}
	/****************联系我们****************/
	.contact_img {
		width: 7%;
	}
	.contact_text {
		width: calc(88% - 50px);
	}
	.feedback_box ul li {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 320px) and (max-width: 414px) {
	/*产品中心*/
	.product_box {
		margin-top: 30px;
	}
	.product_list_content {
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.product_box ul li a {
		width: 150px;
		height: 150px;
		margin: 0 5%;
	}
	/*关于我们*/
	.about_mobile .about_icon {
		width: 70%;
		height: auto;
	}
	.about_mobile .about_icon img {
		width: 100%;
		height: auto;
	}
	/*备案信息*/
	.copyright {
		padding: 10px 5%;
	}
	.copyright div {
		float: none;
		line-height: 1.6;
	}
	/***************关于我们******************/
	.about_us_box {
		width: 96%;
		height: auto;
	}
	.about_us_content {
		padding: 24px 5%;
	}
	.about_us_text {
		font-size: 12px;
		line-height: 24px;
	}
	.about_tips {
		font-size: 12px;
		width: 100px;
		height: 30px;
		line-height: 30px;
		top: -15px;
	}
	/***************新闻资讯***************/
	.news_profile_list ul li {
		width: 96%;
		padding: 15px 3%;
		margin-bottom: 25px;
	}
	.news_date {
		width: 20%;
		padding-top: 6px;
	}
	.news_date_day {
		font-size: 18px;
		margin-top: 8px;
	}
	.news_content {
		width: 80%;
	}
	.news_content_tit {
		font-size: 14px;
	}
	.news_content_text {
		font-size: 12px;
		margin-top: 8px;
		height: 32px;
		line-height: 16px;
	}
	/*****************新闻资讯详情***************/
	.news_detail_top {
		height: 60px;
	}
	.news_detail_tit {
		font-size: 14px;
	}
	.news_detail_date {
		font-size: 12px;
	}
	.news_Flip {
		height: auto;
		line-height: 28px;
		font-size: 12px;
		padding: 5px 5%;
	}
	.news_Flip div {
		width: 100%;
		float: none;
		text-align: left;
	}
	.news_Flip div a {
		width: 90%;
	}
	/*****************产品中心*****************/
	.product_center {
		margin-top:20px;
	}
	.product_center_list ul li {
		height: 35px;
		line-height: 35px;
	}
	.product_right .product_list li a {
		width: 90%; height: auto;
	}
	.product_list_text2 {
	width: 100%;
	height: 26px;
	line-height:26px;
	overflow:hidden;
	background-color:#fff;
	position: relative;
	color: #333;
	font-size: 14px;
	text-align:center;
}
	.product_right .product_list li .product_list_content {
		margin: 0;
	}
	/********************产品中心详情******************/
	.product_about_kind ul li {
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
	/*********************企业动态********************/
	.dyanmic_list {
		margin-top: 30px;
	}
	.dyanmic_list ul li {
		margin-bottom: 25px;
	}
	.dyanmic_box {
		width: 85%;
		height: auto;
	}
	.dyanmic_img {
		height: auto;
	}
	.dyanmic_profile {
		height: auto;
		padding: 6% 4%;
	}
	.dyanmic_profile_tit {
		font-size: 14px;
	}
	.dyanmic_profile_text {
		height: 36px;
		line-height: 18px;
		font-size: 12px;
		margin-top: 18px;
	}
	.dyanmic_profile_date {
		margin-top: 8px;
	}
	/****************联系我们****************/
	.cotact_address ul li {
		height: 50px;
	}
	.contact_img {
		width: 5%;
		height: 100%;
		line-height: 50px;
	}
	.contact_img {
		width: 9%;
	}
	.contact_text {
		width: calc(86% - 50px);
		margin-top: 6px;
		font-size: 12px;
	}
	.contact_map {
		height: 330px;
	}
	.feedback {
		margin-top: 40px;
	}
	.feedback_box {
		width: 94%;
		margin: 25px 3% 80px 3%;
	}
	.feedback_box ul li {
		margin-bottom: 15px;
		min-height: 40px;
		line-height: 40px;
	}
	.fill_in {
		height: 40px;
	}
	.feedback_sub {
		height: 35px;
	}
}

.about_data_box table tr td {
	border: 1px solid #CCC;
	padding: 5px 0 5px 0 5px;
	line-height: 35px;
}


/*资料下载*/

.down_page {
	padding-bottom: 300px;
}

.down_tit {
	color: #ccc;
}

.down_tit span {
	color: #0267b5;
	font-size: 30px;
	padding-right: 35px;
}

.down_tit a {
	color: #000;
	font-size: 15px;
	padding: 0 28px;
}

.down_tit a:hover {
	color: #857a46;
}


/*.down_item{
	padding-top: 26px;
}*/

.down_list {
	width: 100%;
}

.down_list ul li {
	border: 1px solid #d3d3d3;
	padding-right: 30px;
	margin-bottom: 20px;
	position: relative;
	width: 97%;
}

.dowm_num {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	line-height: 200%;
	font-size: 48px;
	color: #fff;
	background: #d3d3d3;
	width: 90px;
	text-align: center;
}

.down_midd {
	padding: 20px;
	margin-left: 100px;
	float: left;
}

.down_list ul li:hover .dowm_num {
	background: #0267b5;
}

.down_list ul li:hover .down_anme h3 {
	color: #0267b5;
}

.down_midd h3 {
	font-size: 16px;
	color: #19191a;
	padding: 2px 0 7px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.down_midd span {
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	position: relative;
}

.down_midd span:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #857a46;
	position: absolute;
	left: 0;
	top: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.down_midd i {
	float: left;
	font-size: 48px;
	color: #aaa;
	margin-right: 15px;
}

.down_anme {
	float: left;
}

.down_right {
	float: right;
}

.down_right i {
	color: #b6b6b6;
	font-size: 22px;
	line-height: 94px;
}

@media only screen and (max-width:768px) {
	.down_page {
		padding-bottom: 0;
	}
	.down_tit {
		color: #ccc;
	}
	.down_tit span {
		color: #0267b5;
		font-size: 17px;
		padding-right: 21px;
		margin-left: 10px;
	}
	.down_tit a {
		color: #000;
		font-size: 12px;
		padding: 0 12px;
	}
	.down_tit a:hover {
		color: #857a46;
	}
	/*.down_item{
	padding-top:24px;
}*/
	.down_list {
		width: 100%;
	}
	.down_list ul li {
		border: 1px solid #d3d3d3;
		padding-right: 8px;
		margin-bottom: 20px;
		position: relative;
		width: 97%;
	}
	.dowm_num {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		line-height: 500%;
		font-size: 18px;
		color: #fff;
		background: #d3d3d3;
		width: 15%;
		text-align: center;
	}
	.down_midd {
		padding: 20px 0;
		margin-left: 57px;
		float: left;
	}
	.down_list ul li:hover .dowm_num {
		background: #0267b5;
	}
	.down_list ul li:hover .down_anme h3 {
		color: #0267b5;
	}
	.down_midd h3 {
		width: 180px;
		font-size: 14px;
		color: #19191a;
		padding: 2px 0 7px;
		font-weight: normal;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.down_midd span {
		color: #999;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
		position: relative;
	}
	.down_midd span:before {
		content: "";
		width: 4px;
		height: 4px;
		background: #857a46;
		position: absolute;
		left: 0;
		top: 7px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border-radius: 50%;
	}
	.down_midd i {
		float: left;
		font-size: 40px;
		color: #aaa;
		margin-right: 15px;
	}
	.down_anme {
		float: left;
	}
	.down_right {
		float: right;
	}
	.down_right i {
		color: #b6b6b6;
		font-size: 22px;
		line-height: 94px;
	}
}
@media only screen and (max-width:320px) {
	.down_midd {
    padding: 20px 0;
    margin-left:40px;
    float: left;
}
.down_midd i {
    float: left;
    font-size: 34px;
    color: #aaa;
    margin-right: 0px;
}
}
@media screen and (max-width:1024px) and (min-width:768px){
	.dowm_num {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 329%;
    font-size: 30px;
    color: #fff;
    background: #d3d3d3;
    width: 15%;
    text-align: center;
}
.down_midd {
    padding: 20px 0;
    margin-left: 131px;
    float: left;
    /* background: pink; */
}
.down_midd i {
    float: left;
    font-size: 50px;
    color: #aaa;
    margin-right: 15px;
}
.down_midd h3 {
    font-size: 18px;
    color: #19191a;
    padding: 2px 0 7px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
}
.xinwen{
	width: 90%;
    height: auto;
    line-height:180%;
    text-align: center;
    font-size: 18px;
	padding-bottom:5px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px #ddd dashed;
}
.xinwen span{
    font-size: 14px;
	color:#999999;
}
.product_right img{
	max-width:100%;
}
